home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / FindNext < prev    next >
Text File  |  1990-06-22  |  699b  |  67 lines

  1.  
  2.  
  3.  
  4.      FindNext(31.0)      ARP Programmers Manual    FindNext(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       FindNext - Locate next match for a file pattern
  10.  
  11.      SYNOPSIS
  12.       rc = FindNext(AnchorPath)
  13.        d0          A0
  14.  
  15.      FUNCTION
  16.       This function    searchs    the filesystem for successive matches
  17.       to a pattern.
  18.  
  19.      INPUTS
  20.       struct AnchorPath *AnchorPath     - pointer to an AnchorPath
  21.           structure which has been initialized by a call to
  22.           FindFirst().
  23.  
  24.      RESULT
  25.       rc - 0 for success, non-zero for any error
  26.  
  27.      BUGS
  28.       None known.
  29.  
  30.      SEE ALSO
  31.       FindFirst(), FreeAnchorChain()
  32.  
  33.      AUTHOR
  34.       Original design by JAT.  Rewritten for V39 by MT, CDH.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.